home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Herra / QVIEW.ZIP / ABOUT.DFM / ABOUT.txt next >
Text File  |  1997-09-14  |  3KB  |  127 lines

  1. object AboutBox: TAboutBox
  2.   Left = 414
  3.   Top = 227
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Infos'
  7.   ClientHeight = 300
  8.   ClientWidth = 313
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 297
  20.     Height = 245
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 12
  26.       Top = 16
  27.       Width = 32
  28.       Height = 32
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 64
  35.       Top = 12
  36.       Width = 101
  37.       Height = 19
  38.       Caption = 'Quick-Viewer'
  39.       Font.Color = clBlack
  40.       Font.Height = -16
  41.       Font.Name = 'Arial'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 64
  48.       Top = 32
  49.       Width = 73
  50.       Height = 16
  51.       Caption = 'Version 1.0'
  52.       IsControl = True
  53.     end
  54.     object Comments: TLabel
  55.       Left = 12
  56.       Top = 156
  57.       Width = 271
  58.       Height = 80
  59.       Caption = 
  60.         'This software is postcard-ware! So if you enjoy this program ple' +
  61.         'ase send me a postcard of a regional motive. It would be the max' +
  62.         'imum if you could use a non-standard stamp too! Thank You!'
  63.       Font.Color = clMaroon
  64.       Font.Height = -13
  65.       Font.Name = 'System'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       WordWrap = True
  69.       IsControl = True
  70.     end
  71.     object Label1: TLabel
  72.       Left = 64
  73.       Top = 48
  74.       Width = 183
  75.       Height = 16
  76.       Caption = '∩┐╜ 1995 by Michael Denzlein'
  77.     end
  78.     object Label2: TLabel
  79.       Left = 12
  80.       Top = 116
  81.       Width = 268
  82.       Height = 32
  83.       Caption = 
  84.         'A quick viewer and browser for BMP, ICO and WMF files for Delphi' +
  85.         ' (with source).'
  86.       WordWrap = True
  87.     end
  88.     object Label3: TLabel
  89.       Left = 132
  90.       Top = 64
  91.       Width = 119
  92.       Height = 16
  93.       Caption = 'Griesaeckerstr. 15'
  94.     end
  95.     object Label4: TLabel
  96.       Left = 132
  97.       Top = 80
  98.       Width = 147
  99.       Height = 16
  100.       Caption = 'D-96117 Memmelsdorf'
  101.     end
  102.     object Label5: TLabel
  103.       Left = 132
  104.       Top = 96
  105.       Width = 69
  106.       Height = 16
  107.       Caption = 'GERMANY'
  108.     end
  109.   end
  110.   object OKButton: TBitBtn
  111.     Left = 113
  112.     Top = 262
  113.     Width = 86
  114.     Height = 31
  115.     Font.Color = clBlack
  116.     Font.Height = -11
  117.     Font.Name = 'MS Sans Serif'
  118.     Font.Style = [fsBold]
  119.     ParentFont = False
  120.     TabOrder = 1
  121.     Kind = bkOK
  122.     Margin = 2
  123.     Spacing = -1
  124.     IsControl = True
  125.   end
  126. end
  127.